home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9801 / 000118_owner-linux-arm…r.rutgers.edu _Mon Jan 19 09:24:43 1998.msg < prev    next >
Internet Message Format  |  1998-01-31  |  2KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id JAA06364
  4.     for <willy@odie.fluff.org>; Mon, 19 Jan 1998 09:24:42 GMT
  5. Received: from vger.rutgers.edu ([128.6.190.2]:22373 "EHLO vger.rutgers.edu" ident: "root") by nic.funet.fi with ESMTP id <10366-18750>; Mon, 19 Jan 1998 11:23:32 +0200
  6. Received: by vger.rutgers.edu id <970791-241>; Mon, 19 Jan 1998 04:18:47 -0500
  7. Received: from snowcrash.cymru.net ([163.164.160.3]:1205 "EHLO snowcrash.cymru.net" ident: "NO-IDENT-SERVICE") by vger.rutgers.edu with ESMTP id <970799-241>; Mon, 19 Jan 1998 04:18:26 -0500
  8. Received: (from alan@localhost) by snowcrash.cymru.net (8.8.7/8.7.1) id JAA27289; Mon, 19 Jan 1998 09:22:28 GMT
  9. From: Alan Cox <alan@cymru.net>
  10. Message-Id: <199801190922.JAA27289@snowcrash.cymru.net>
  11. Subject: Re: Release of Kernel source code for 2.0.33 and 2.1.78
  12. To: Philip.Blundell@pobox.com (Philip Blundell)
  13. Date:     Mon, 19 Jan 1998 09:22:26 +0000 (GMT)
  14. Cc: Dave@imladris.demon.co.uk, rmk@ecs.soton.ac.uk, linux-arm@vger.rutgers.edu
  15. In-Reply-To: <E0xuD5e-0000C5-00@paddington.london.uk.eu.org> from "Philip Blundell" at Jan 19, 98 09:01:53 am
  16. Content-Type: text
  17. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  18. Sender: owner-linux-arm@vger.rutgers.edu
  19. Precedence: bulk
  20. Status: RO
  21.  
  22. > No, because as I understand it the ARM FPE is under a binary-only licence.  
  23. > This is a bit of an unhappy state of affairs, but until somebody writes us a 
  24. > better emulator we're rather stuck with it.
  25.  
  26. That shouldnt be very hard to do. The 2.1.x FPU emulation used on the 
  27. ultrasparc is designed to give a good basic FPU framework for any box.
  28.  
  29. Also writing an FPU emulator is generally not hard, but sometimes a little
  30. tedious. You can often start with 
  31.  
  32.  
  33. emulate_fmul(float a, float b)
  34. {
  35.     return a*b;
  36. }
  37.  
  38. and compile all these routines with gcc -msoft-float ;)
  39. unsubscribe: body of `unsubscribe linux-arm' to majordomo@vger.rutgers.edu